Welcome![Sign In][Sign Up]
Location:
Search - AVR 24

Search list

[SCM24系列所有卡读写操作

Description: 24系列的卡的读写操作,AT24C01,AT24C02,AT24C04,AT24C08,AT24C16,AT24C32,AT24C64等卡的读写操作,通过I2C总线,AVR控制。
Platform: | Size: 14209 | Author: zhaojiejay | Hits:

[SCMSmall RTOS 移植至 AVR (第四版)

Description: Small RTOS 移植至 AVR (第四版),其中新加OS_CONTEXT_SWITCH_METHOD,为0任务切换保护全部32个寄存器,SREG,Os_Enter_Sum和返回地址(共36字节),为1 任务切换保只护其中20个寄存器,SREG,Os_Enter_Sum和返回地址(共24字节).
Platform: | Size: 43047 | Author: xyz543 | Hits:

[SCM多级菜单

Description: /*[原创]一个树形多级菜单参考程序 这是一个用于车载电话的菜单程序,可以看成是手机功能菜单的简化板. 我所认为的树形多级菜单是指:在一个父菜单项目下面有多个子菜单, 子菜单下面又有多个孙菜单...,进入下层菜单主要依*当前选中的索引.有点象文件的目录结构. 本木从前实现这类的菜单主要*分层的switch语句,每层都是一个switch.但当我看到晓奇大侠的 程序和耳朵灌满lq等人的争论后,那时那地,我的心境变化了,我意识到指针代表了先进的生产力, 代表了社会的发展方向,是建设和谐社会的必要条件.不管你用了多长时间C语言,只要你不善于用 一个小针指来指去,你就是那种"用嘴吃饭的高贵骑士,决不用屁股装弹步枪"的守旧分子和社会发 展的绊脚石.(跑题太远,删去1万字...打住) .言归正传,下面的程序适用CPU为Mega16,编译器为CVAVR 1.24.4a 由于按键数目较多,所以按键程 序把按键事件分为数字键,快捷键,确认键,取消键,上下翻键几类,以减小菜单结构的容量.一下菜单 数据在菜单结构数组中的偏移量,有多少个菜单象就有多少个宏定义*/-/* [original] tree is a multi-level menu reference to a procedure which is used in car phone menu procedures can be seen as a feature to simplify the menu board. I think the tree is a multi-level menu means : a father in the following menu items have sub menu, sub-menus there are a number below SUN ... menu, the main menu into classes according to the current selected* Index. a bit like the directory structure. the wood used to achieve this main menu* stratification of the switch statement, is a switch on each floor. but when I saw the Xiaoyi heroes procedures and ears filled with lq others vying On, then that to my mind changed, I realized indicators represent the advanced productive forces, represents the orientation and social development, the building of a harmonious society is a ne
Platform: | Size: 2048 | Author: Rover | Hits:

[SCMad7714

Description: ad7714是美国AD的一款高性能的调理器件,可以直接接应变片,PT100电阻等,24位转换精度,大楷150元左右。-AD7714 is a high-performance AD of the conditioning devices, and can directly access strain gauges, PT100 resistance, 24 conversion accuracy, Dakai about 150 yuan.
Platform: | Size: 834560 | Author: 张爹 | Hits:

[ARM-PowerPC-ColdFire-MIPSDELPHI_CVAVR_EEPROM

Description: 这是一个DELPHI与单片机相结合的应用例子 这个程序的主要功能是通过串口与单片机通讯,读写EEPROM的资料。 上位机程序是用Delphi 6.0,下位机程序是CVAVR 1.24, 采用的主芯片是Atmel ATMega16, EEPROM芯片是Atmel AT24C04(或AT24C256) Application ...... 应用程序 for Delphi 6.0 (SP2) ..\EEPROM.dpr ...... DELPHI 项目包 ..\EEPROM.res ...... DELPHI 项目包资源 ..\EEPROM.cfg ..\EEPROM.dof ..\EEPROM.exe ... 编译生成的可执行文件 ..\EEPROM_form.pas ... 主界面程序文件 ..\EEPROM_form.dfm ... 主界面资源文件 ..\HexTable.cds ... 内存表 Fireware ...... 固件程序 for CVAVR 1.24 (+) ..\TestEEPROM.prj ...... 项目程序 ..\TestEEPROM.c ...... 程序文件 ..\TestEEPROM.asm ...... 生成的汇编文件 ..\TestEEPROM.hex ...... 可烧录至Atmel ATMega16的文件 -This a Delphi and SCM combination of application example of this process is the main function by serial Communication with the MCU, writable EEPROM information. PC procedures with Delphi 6.0, the next crew procedures CVAVR 1.24. The main chip is Atmel ATMega16. Atmel chip EEPROM AT24C04 (or AT24C256 Applications) Applicat ion ...... applications for Delphi 6.0 (SP2) .. \ EEPROM. dpr ...... DELPHI project package .. \ ...... DE EEPROM.res LPHI project packet resources .. \ EEPROM.cfg .. \ EEPROM.dof .. \ EE PROM.exe ... compiler generating executable file .. \ EEPROM_form.pas. .. interface files .. \ EEPROM_form.dfm ... the main interface resource files .. \ HexTable.cds ... ...... memory table Fireware firmware for C VAVR 1.24 () .. \ TestEEPROM.prj ...... projects procedures .. \ TestE
Platform: | Size: 416768 | Author: Aleyn.wu | Hits:

[SCMavrhd44780

Description: 这是我自已写的HD44780 LCD1602液晶屏的程序,是基于AVR单片机上实现的。 /************************************************************************************************** * 简介 * * 本模块仅使用于字符显示液晶模块 * * 当前版本的驱动仅支持以下类型LCD模块驱动: * Hitachi HD44780 或与之兼容的芯片. * * LCD显示函数支持以下格式: * 1 line x 16 characters 2 lines x 16 characters 4 lines x 16 characters * 1 line x 20 characters 2 lines x 20 characters 4 lines x 20 characters * 1 line x 24 characters 2 lines x 24 characters * 1 line x 40 characters 2 lines x 40 characters *说明: * 1 line x 16 characters 需要定义为2*8的液晶模块 * * 不支持外部内存模式 **************************************************************************************************/ -This is my own written HD44780 LCD1602 LCD procedure is based on the AVR Single Chip achievable. /*************************************************************************************************** Introduction** This module uses only the characters displayed in the LCD module** the current version of the driver only supports the following types of LCD driver module:* Hitachi HD44780 chip or compatible .** LCD display function supports the following format:* 1 line x 16 characters 2 lines x 16 characters 4 lines x 16 characters* 1 line x 20 characters 2 lines x 20 characters 4 lines x 20 characters* 1 line x 24 characters 2 lines x 24 characters* 1 line x 40 characters 2 lines x 40 characters* Note:* 1 line x 16 characters need to define 2*** 8 LCD modules do not support external memory mode**************************************************************************************************/
Platform: | Size: 6144 | Author: 谢志俊 | Hits:

[SCM24c08_TWI

Description: AVR单片机与24C02的通信的I2c源码。-AVR Microcontroller and 24C02 source I2C communications.
Platform: | Size: 1024 | Author: luqiang | Hits:

[SCM16

Description: AVR系列的单片机MEGA16读写24系列的程序,应该有很高的参考意义,特别是对于协议的学习,这个对IC卡等都有很好的借鉴意义。-AVR microcontroller series MEGA16 read 24 series of procedures, there should be a high reference value, especially for the study protocol, the IC card to have a very good reference.
Platform: | Size: 7168 | Author: | Hits:

[SCMmega16-2401

Description: AVR-mega16基础上的nRF2401接受和发送程序-AVR-mega16 based on nRF2401 procedures to receive and send
Platform: | Size: 4096 | Author: 宋光春 | Hits:

[ARM-PowerPC-ColdFire-MIPS12864LedMenu

Description: 简单菜单程序,八个按键.使用AVR单片机.2008/3/24--2008/3/29 编译器为ICCAVR7.14.晶振7.3728M,单片机为ATmega16(用ATmega32在proteus中仿真不成功!)-Simple menu procedures, eight keys. .2008/3/24 2008/3/29 Singlechip using AVR compiler for ICCAVR7.14. Crystal 7.3728M, microcontroller ATmega16 (with ATmega32 unsuccessful simulation in Proteus !)
Platform: | Size: 349184 | Author: kangzhenliang | Hits:

[SCMcontroller

Description: 用VC++开发的基于AVR单片机ATmega16的24路舵机控制器的上位机源码 -With VC++ Developed AVR-based single-chip 24-way steering gear ATmega16 controller PC source
Platform: | Size: 463872 | Author: CYL | Hits:

[SCM24CxxMain

Description: AVR做的24C02读写程序 AVR做的24C02读写程序-AVR to do the 24C02 procedure AVR reader to read and write procedures to do the 24C02
Platform: | Size: 1024 | Author: 谈益 | Hits:

[SCM24timer

Description: 用AVR编写的24小时时钟程序,还望采纳-AVR prepared with a 24-hour clock procedures, but also look to adopt
Platform: | Size: 5120 | Author: 李公臣 | Hits:

[SCMbianma

Description: 通过编码开关(旋转编码器)控制数码管的加减一!程序详细的体现了编码器的编程和数码管的单片机的编程!本程序通过AT89C51和24脉冲编码器的测试-Through coding switch (rotary encoder) control the digital control of plus or minus 1! Procedures in detail the programming reflects the encoder and digital control of the microcontroller s programming! AT89C51 and 24 of this procedure the test pulse encoder
Platform: | Size: 1024 | Author: 崔忠艺 | Hits:

[assembly language24C01A

Description: AVR 24c02 f
Platform: | Size: 31744 | Author: 座子 | Hits:

[SCMAVR-usart

Description: CPU: ATMega32 频率: 8.0MHz 编译器:CodeVisionAVR 1.24.8c-CPU: ATMega32 frequency: 8.0MHz compiler: CodeVisionAVR 1.24.8c
Platform: | Size: 1024 | Author: lucx | Hits:

[Other Embeded programtrh031v1

Description: This a source of 13.560MHz RFID card reader for TRH031M as ATMEGA8-16AU MPU. The title is 3Alogics TRH031M 13.56MHz RFID Reader V1.0. project : RFID Reader V2.0 Target : MEGA8-16AU Crystal: 16.000 Mhz Input : TRH031M RFID 13.56MHz Output : RS232C 115200,N,8,1 Compiler : ICC-AVR V6.26C // Pin configuration for ATMEGA8-16AU TQFP32 // #30 RXD <--- RXD (SP3232) // #31 TXD ---> TXD (SP3232) // #32 PD2/INT0 <--- INTR (TRH031M) // # 1 PD3/INT1 ---> RST (TRH031M) // # 2 PD4 ---> D4 (TRH031M) // # 9 PD5 ---> D5 (TRH031M) // #10 PD6 ---> D6 (TRH031M) // #11 PD7 ---> D7 (TRH031M) // #12 PB0 ---> D0 (TRH031M) // #13 PB1 ---> D1 (TRH031M) // #14 PB2 ---> D2 (TRH031M) // #15 PB3 ---> D3 (TRH031M) // #16 PB4 ---> CSB (TRH031M) // #17 PB5 ---> LED // #23 PC0 ---> A0 (TRH031M) // #24 PC1 ---> A1 (TRH031M) // #25 PC2 ---> A2 (TRH031M) // #26 PC3 ---> ALE (TRH031M) // #27 PC4 ---> /RD (TRH031M) // #28 PC5 ---> /WR (TRH031M) -This is a source of 13.560MHz RFID card reader for TRH031M as ATMEGA8-16AU MPU. The title is 3Alogics TRH031M 13.56MHz RFID Reader V1.0. project : RFID Reader V2.0 Target : MEGA8-16AU Crystal: 16.000 Mhz Input : TRH031M RFID 13.56MHz Output : RS232C 115200,N,8,1 Compiler : ICC-AVR V6.26C // Pin configuration for ATMEGA8-16AU TQFP32 //#30 RXD <--- RXD (SP3232) //#31 TXD---> TXD (SP3232) //#32 PD2/INT0 <--- INTR (TRH031M) //# 1 PD3/INT1---> RST (TRH031M) //# 2 PD4---> D4 (TRH031M) //# 9 PD5---> D5 (TRH031M) //#10 PD6---> D6 (TRH031M) //#11 PD7---> D7 (TRH031M) //#12 PB0---> D0 (TRH031M) //#13 PB1---> D1 (TRH031M) //#14 PB2---> D2 (TRH031M) //#15 PB3---> D3 (TRH031M) //#16 PB4---> CSB (TRH031M) //#17 PB5---> LED //#23 PC0---> A0 (TRH031M) //#24 PC1---> A1 (TRH031M) //#25 PC2---> A2 (TRH031M) //#26 PC3---> ALE (TRH031M) //#27 PC4---> /RD (TRH031M) //#28 PC5---> /WR (TRH031M)
Platform: | Size: 12288 | Author: acleds | Hits:

[SCMCVAVRdushubiji

Description: CVAVR 1.24.7 User Manual 读书笔记 教你使用CVAVR-CVAVR 1.24.7 User Manual books teach you to use Notes CVAVR
Platform: | Size: 200704 | Author: 邢建鹏 | Hits:

[Embeded-SCM DevelopDA_AD

Description: ADS7818,DAC7611的AVR单片机上的驱动程序,还有ocjm15×20d型320240液晶显示程序-ADS7818, DAC7611' s AVR microcontroller and the driver, as well as ocjm15 × 20d-type liquid crystal display program 320.24 thousand
Platform: | Size: 58368 | Author: how | Hits:

[SCMSP200Szhizuoyushiyongshouce

Description: SP200S 编程器 USB 接口通讯和供电,体积小巧,软件和硬件设计成熟,功能完善,是目前唯一一款拥有专业编程控制 软件的免费编程器。可以支持ATMEL/WINBOND/SST 公司常用的MCS51 系列单片机,支持 ATMEL/MICROCHIP/ST 等公司24、93 系列串行存储器。增强版还具有标准的ISP 下载接口,可支持 ATMEL 公司MCS51 系列和AVR 系列单片机在线下载编程(ISP)。SP200S 编程器不但可以满足单片机爱 好者和开发人员学习和开发51、AVR 单片机使用需求,也非常适合家电维修人员烧写93 系列、24 系列 EEPROM 的需求。-SP200S Programmer USB port communication and power, small size, software and hardware design mature, fully functional, is the only professional programming control software with a free programmer. Supports ATMEL/WINBOND/SST' s popular MCS51 series microcontrollers, supports ATMEL/MICROCHIP/ST and other companies 24,93 series of serial memory. Plus also has a standard ISP download interface supports ATMEL' s AVR family of microcontrollers MCS51 series and download programming (ISP). SP200S microcontroller programmer not only to meet the fans and developers to learn and develop 51, AVR microcontroller needs, but also very suitable for household appliances maintenance staff programmer 93 series, 24 series EEPROM.
Platform: | Size: 1761280 | Author: lu | Hits:
« 12 3 »

CodeBus www.codebus.net